home *** CD-ROM | disk | FTP | other *** search
/ The Book of Tells / The Book of Tells.iso / glossary.dir / 00063_Script_63 < prev    next >
Text File  |  1994-09-21  |  653b  |  23 lines

  1. -- ******************************************************
  2. -- Name: putHelp
  3. -- Description: 
  4. --                      
  5. -- Example: 
  6. -- ******************************************************
  7. on putHelp castMemName,spriteNum
  8.   set hInstance = the mouseh
  9.   set vInstance = the mousev
  10.   set the castNum of sprite spriteNum to the number of cast castMemName
  11.   set the loch of sprite spriteNum to hInstance
  12.   set the locv of sprite spriteNum to vInstance
  13.   updateStage 
  14.   
  15.   repeat while the stilldown
  16.     
  17.   end repeat
  18.   
  19.   set the loch of sprite spriteNum to -400
  20.   set the loch of sprite spriteNum to -400
  21.   updateStage
  22.   
  23. end putHelp